Kourier Rest
The ImportService section of the web.config file allows you to configure the Kourier REST endpoint. This section is required when using any supported real-time integration with your back office ERP system using Kourier REST.
Attribute |
Use |
---|---|
url |
The base URL for the Kourier endpoint (must end in a /). |
integration |
The name of the Kourier integration connection. |
connection |
The Kourier connection name. |
authentication |
The authentication string for the Basic Auth setting (must be in base64 format). |
Example Usage
<KourierRestConfiguration url="http://kourier.yourcompany.local/Kourier/" integration="KS" connection="YC" authentication="a291cmllcnM6Z1VLVTJyZXA=" />